home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1996 #6 / Amiga Plus CD - 1996 - No. 06.iso / pd / netz / hbbs / changes.txt next >
Text File  |  1996-06-29  |  70KB  |  2,396 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.                    __________________________________________
  9.                   /                                          \
  10.                  /                                            \
  11.                 :  PLEASE READ ALL OF THIS FILE.  IT CONTAINS  :
  12.                 :    IMPORTANT INFORMATION ABOUT USING HBBS    :
  13.                  \                                            /
  14.                   \__________________________________________/
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21. Changes
  22. =======
  23.  
  24. This file details everything I do to hbbs in a coding session starting with
  25. the newest first (so you don't have to scroll to the bottom of the file!)
  26.  
  27. I've noted which versions were alpha releases next to the date, so you can see
  28. just how much work I am doing between releases..
  29.  
  30. Where possible I've detailed the changes under a heading of the program's
  31. filename where code changes have been made,  other changes to the general
  32. setup will just appear under the date.
  33.  
  34. 29-06-1996 Update Pack #2 Released
  35. ==================================
  36.  
  37.   Argh, I hate getting colds... (the flu..)
  38.  
  39.   CheckTags
  40.   =========
  41.  
  42.     Prints the date the user last called instead of DD/MMM/YY now..
  43.  
  44.   CheckFiles
  45.   ==========
  46.  
  47.     Now sets the user's LastUploadDate when a file is uploaded to a conference
  48.     dir.
  49.  
  50.   Node
  51.   ====
  52.  
  53.     added two new @^@ codes, TIME and DATE... :-)
  54.  
  55.   Screens
  56.   =======
  57.  
  58.     changed the await screen again.
  59.  
  60. 27-06-1996
  61. ==========
  62.  
  63.   Most of today's coding was working on implementation of user time stuff.
  64.  
  65.   FileLister
  66.   ==========
  67.  
  68.     Pressing Ctrl-c now displays the Prompt that you'd normally get at the
  69.     bottom of a page, cool!
  70.     Also fixed bug in that it would always say End-Of-File even tho it wasn't
  71.     at it.. (this was just the wrong string passed to DOOR_MenuPrompt())
  72.  
  73.   Frontend
  74.   ========
  75.  
  76.     added GL_NOOLM's too all the GetLine()'s...
  77.  
  78.   Logout
  79.   ======
  80.  
  81.     Moved most of the door to DOOR_Goodbye();
  82.  
  83.   CommandPrompt
  84.   =============
  85.  
  86.     Added Autologoff when time runs out...
  87.  
  88.     Displays a message when a users time runs out if it can't find the specialscreen "NOTIME"
  89.  
  90.   Access.h
  91.   ========
  92.  
  93.     Added New Access Settings (120-123, Unlimxxxx)
  94.  
  95.   Account Edit
  96.   ============
  97.  
  98.     Added options (12,13 and 14) regarding time settings
  99.  
  100.   HBBSNode.library
  101.   ================
  102.  
  103.     added HBBS_TimeOnline() and HBBS_TimeLeft(), HBBS_TimeLeft() returns a LONG
  104.     and can be a negative value (i.e. been on more that alloted time..)
  105.  
  106.     Updated {L} code (TimeLeft)
  107.  
  108.     Added {O} code for time online
  109.  
  110.     Updated LoadAccess() to cope with new access settings (see above)
  111.  
  112.     Added DOOR_Goodbye() which performs all the things needed to complete a sucessful logoff..
  113.     (see Logout above)
  114.  
  115.   Node
  116.   ====
  117.  
  118.     now adds "Time Online: <mins>" to the callers log when a user logs off..
  119.     so adjust your bulletin makers to find out how long a bbs was used for in a 24hr period.
  120.     (for instance..)
  121.  
  122.     Added a new @^@ Code called @^TIMELEFT@
  123.  
  124.     Updated the @^TIMEUSED@ code.
  125.  
  126.   Reminder: {?} codes are used on prompts (like command prompt)
  127.             @^@ codes are used in screens (like the stats screen)
  128.  
  129.  
  130. 25-06-1996
  131. ==========
  132.  
  133.   HBBSNode.Library
  134.   ================
  135.  
  136.     ***** ADDED DOOR_CheckRaw(), see HBBS:Source/Doors_User/Test/Main.C for an example
  137.     of Ctrl-C checking.  Basically, the gist of this function is that you call it
  138.     and it returns true if it got a byte of data from either the serial port
  139.     or the console device (depending on what was asked for..), you then check
  140.     N_ND->CurrentLine[0] for that byte that was received.
  141.     N_ND->CurrentLine[1] is set to 0 (to null terminate it)
  142.     N_ND->CurrentLine[2] is set to 0x01 to denote input from console or 0x02 for serial
  143.  
  144.     note:  if the sysop was to press Cursor left at *exactly* the same time as the user
  145.     on-line then you might get a weird result if you were checking for the 2 character
  146.     control sequence that pressing cursor left gives you.  However, console input is
  147.     processed before serial input so you might not!..
  148.  
  149.       i.e.  check console
  150.             if data from console then return true
  151.             check serial
  152.             if data from serial then return true
  153.             return false
  154.  
  155.     anyway, all those door codes who wanted raw input, here it is, so get coding raw
  156.     input doors NOW...  I'll be updating all my filelister/text viewer doors for
  157.     ctrl-c checking v.soon...
  158.  
  159.   FileLister
  160.   ==========
  161.  
  162.     When doing non-stop lists (a or l), it will now check for ctrl-c at the bottom of each
  163.     page.  Wow!
  164.  
  165. 24-06-1996
  166. ==========
  167.  
  168.   CUNTS,  CUNTS the lot of em...  I hate people that nick car stereo's...  Today I wake
  169.   up, go to the car and it's been fucking broken into.  I have all the luck..  I'd just
  170.   kitted it out with 1200 quid's worth of stereo.. (oh, yeah, I bought a nice new BMW 316
  171.   last month, so I'm now the proud owner of 2 of them! Heheh, this one's much newer and
  172.   faster tho... has lowered suspension too.. Anyway...)  Oh well, there goes another 500
  173.   quid to replace the Multi-CD player, Broken glass and Infared Remote control for
  174.   the head unit..
  175.  
  176.   Didn't do any work on HBBS today as I was too busy repairing my A4000's hard disks
  177.   after a major crash...  Fortunatly I didn't loose any HBBS stuff at all...
  178.  
  179. 23-06-1996
  180. ==========
  181.  
  182.   HBBSNode.library
  183.   ================
  184.  
  185.     fixed a slight bug that caused HBBS to crash if you started a node, logged
  186.     in, logged out, shutdown and then restarted and then logged in..  As you
  187.     can see it was a BIT hard to find :-) heheh..
  188.  
  189.  
  190.  
  191. 22-06-1996
  192. ==========
  193.  
  194.   Included some 3rdParty software in HBBS:Utils/3rdParty
  195.  
  196.     Mirage - A very cool IFFANIM-ANSIANIM converter!
  197.  
  198.     THEAnsiEd - A beta version of an ANSI editor written by me,  It's
  199.                 not finished yet, but you can use it to create 100%
  200.                 perfect ansi files (unlike other ansi editors)
  201.                 A lot of menu functions and features do not work yet
  202.                 and it's also a bit slow on the old screen refresh, but
  203.                 it's still cool...
  204.  
  205.                 Oh, and It also supports @^@ codes in files! (AutoDetects
  206.                 an HBBS file... Cool or what ! !?!?!?!?!?!!!!)
  207.  
  208.   Node
  209.   ====
  210.  
  211.     Added GL_NODISTURB  DOOR_GetLine() flag, if set, hbbs will not disturb the
  212.     characters on the right hand side of where the string is to be entered.
  213.  
  214.     e.g.  you can now write some text like this "Enter ID: [  ]" and with the
  215.     GL_NODISTURB flag set the ] will stay firmly in place...
  216.  
  217.     However, don't use a maxlen value that makes hbbs linewrap
  218.       (i.e.  don't position ask for a string 20 chars long when you're starting
  219.       at position 70)
  220.  
  221.     At the moment it's best not to specify GL_HISTORY as pressing up/down
  222.     (and ctrl-x) wipes the line.  to be fixed shortly..
  223.  
  224.   AccountEdit
  225.   ===========
  226.  
  227.     Fixed (slight) bug on length of ConfAcsDataFile was set to LEMN_GROUP instead of LEN_CONFACSFILE
  228.  
  229.     Added new option to change the SentBy string
  230.  
  231.   AskSentBy (SENT at bbs prompt)
  232.   ==============================
  233.  
  234.     Created door.
  235.  
  236.  
  237. 21-06-1996
  238. ==========
  239.  
  240.   No work really, just tiedied a few files here and there..
  241.  
  242. 20-06-1996
  243. ==========
  244.  
  245.   Skived work today after getting completely wasted last night, so I've got a bit of time
  246.   on my hands today.
  247.  
  248.   Node
  249.   ====
  250.  
  251.   Fixed small bug with the commands that were created from @^SYSDOOR@ commands in
  252.   screens.
  253.  
  254.   AccountEdit
  255.   ===========
  256.  
  257.     Changed this a bit to validate Access Levels, also added a Validate User option
  258.     and a tiny bit of help regarding it..
  259.  
  260.   FrontEnd
  261.   ========
  262.  
  263.     Hack door can be called with several parameters now, they are:
  264.  
  265.       TIME  -  User has no time left today.
  266.       PSWD  -  Password Failed
  267.       LOCK  -  Account Is Locked Out (Status=L)
  268.  
  269.     with these parameters the user has the chance to leave a message to the sysop
  270.     so that the sysop can get back to the user.  Heheh, so you can have loads of
  271.     users annying the bollox of you asking for more time! :-)
  272.  
  273.   Hack
  274.   ====
  275.  
  276.     Created Door!
  277.  
  278.     It also used some special screens, depending on the reason for the hack attempt
  279.     to be caused (no time, password, locked account) HACK will display a different
  280.     screen, so far these are: HACK_PSWD, HACK_LOCK, HACK_TIME.
  281.     When the user logs off again the screen HACK_BYE is displayed..
  282.  
  283.     Have a look in HBBS:Screens/Special for examples
  284.  
  285. 19-06-1996
  286. ==========
  287.  
  288.   Happy Birthday To Me!!
  289.  
  290.   Uploaded to Aminet, Comm/BBS/HydraBBSA9.lha and Comm/BBS/HydraBBSA9src.LHA
  291.  
  292. 18-06-1996
  293. ==========
  294.  
  295.   Whay, it's my birthday tomorrow!
  296.  
  297.   SetSuspect
  298.   ==========
  299.  
  300.     Yeah, you'll like this handy util... Ever had a user do weird things on your bbs
  301.     and you wondered what had happened ?  then this door is for you!
  302.  
  303.     You give it a list of users that you think are suspect and when they log on
  304.     next, the doorlog setting in your nodes config is overridden having
  305.     the effect of making it log all doors that are used by the user!  Cool...
  306.  
  307.     Checkout the Source Code of the door for full details Doors_System/SetSuspect
  308.  
  309.   Mail_Write
  310.   ==========
  311.  
  312.     You can now specify what type of mail you are going to write by using
  313.     system parameters, see the EC door example in HBBS:Commands/Level_50
  314.  
  315.     use any of the following: COMMENT, PUBLIC, CONFERENCE, USER, INTERNET
  316.  
  317.   Docs
  318.   ====
  319.  
  320.     Added info about WebSite in HBBS.Guide
  321.  
  322.   Control
  323.   =======
  324.  
  325.     Pressing "Configure" with the Config window already open brings it to the front!
  326.  
  327.   Node
  328.   ====
  329.  
  330.     Added DoorLog and DoorLogFile and DoorLogOverride to Node (see shared.c, NodeLocal,
  331.     NodeGlobal, structures.h)  DoorLogOverRide is only set for the duration of the call
  332.     and may be set by any door to start logging doors from that point on,  setting
  333.     N_ND->DoorLogOverRide to TRUE means that any door that's run will be logged in the
  334.     file specified by N_ND->NodeSettings->DoorLogFile regardless of wether
  335.     N_ND->NodeSettings->DoorLog is ON or OFF.
  336.  
  337.  
  338.     Totals: <data> gets written to the callers log now, so that other programs can see
  339.     what the user did when online..
  340.  
  341.     e.g.
  342.  
  343.       18-JUN-1996 21:56:34 ************************************************[LOCAL]**
  344.       18-JUN-1996 21:56:35 User logged in, Handle: Hydra Group: LSD Speed: LOCAL
  345.       18-JUN-1996 21:58:43 Actions: SWR
  346.       18-JUN-1996 21:58:43 Totals: FU=0 FD=0 BU=0 BD=0 PM=0 NK=0 MR=6 MW=3
  347.       18-JUN-1996 21:58:44 End Of Session
  348.  
  349.     Item   Meaning
  350.  
  351.     FU     Files Uploaded
  352.     FD     Files Downloaded
  353.     BU     Bytes Uploaded
  354.     BD     Bytes Downloaded
  355.     PM     Pages Made
  356.     NK     Files Nuked (that is, other users files that the user nuked using a nuker)
  357.     MR     Messages Read
  358.     MW     Messages Written
  359.  
  360.     The oder of these may change, and more will probably be added, they also might
  361.     not all be two charater codes (may be more, maybe less...)  so make your doors cope!
  362.  
  363.   Structures.h
  364.   ============
  365.  
  366.     Added KeepDIZWithFile to ConfData, also see the ConfConfig files for a setting
  367.     of the same name...
  368.  
  369.   MoveFile
  370.   ========
  371.  
  372.     Added new parameters, MOVEDIZ which will move the .DIZ to the same place as the file
  373.  
  374.   CheckFiles
  375.   ==========
  376.  
  377.     Changed to cope with MoveFile's new option
  378.  
  379.  
  380.  
  381.  
  382. 17-06-1996
  383. ==========
  384.  
  385.   FUCK, it's 1:35AM and I've got work tomorrow! Doh!   Still listening to
  386.   DubStar is COOL..  My birthday on wednesday (2 days)...
  387.  
  388.   Wrote a couple of small scripts to rebuild all of the doors in one go
  389.   the Mail/#? won't compile as it includes another source file and
  390.   mkmk creates a smakefile that is wrong, so I've made it so that it
  391.   does not go into subdirectories...  see HBBS:Source/MakeDoor and
  392.   HBBS:Source/RebuildDoors
  393.  
  394.   Created Example ConfAccess CFG files in HBBS:System/Data/ConfAccess
  395.   See structures.h for ConfAcsData structure and N_ND->User.ConfAcs for data itself
  396.  
  397.   Changed HBBS:Access/Levels/Level_List so you can set which confaccess file to use
  398.   by default.
  399.  
  400.   Control
  401.   =======
  402.  
  403.     added support for ConfAcs_XX in Access/Levels/Level_List file
  404.  
  405.   Node
  406.   ====
  407.  
  408.     moved HBBS:System/Data/TaggedFiles/<userid>
  409.  
  410.     to
  411.  
  412.     HBBS:System/Data/Users/<userid>/TaggedFiles.CFG
  413.  
  414.  
  415.   HBBSNode.Library
  416.   ===============
  417.  
  418.     Added HBBS_LoadConfAcsData()
  419.  
  420.     Updated HBBS_SetAccess()
  421.  
  422.   HBBSCommon.Library
  423.   ==================
  424.  
  425.     Added HBBS_FindNode(List,Name), find's a node in the List with an ln_Name field
  426.     the same as Name, or NULL if not found.
  427.  
  428.     Added HBBS_FindNodeNum(List,Name), save as HBBS_FindNode() except it returns the
  429.     number of the node in the list, or -1 if not found.
  430.  
  431.     Updated HBBS_AddUser()
  432.  
  433.       creates directories called HBBS:System/Data/Users/<userid> and
  434.       one called HBBS:Mail/Users/<userid> when a new user is added.
  435.  
  436.       it also SetComment()'s the directories with the user's handle etc.. (try creating a user
  437.       and typing in this command to a shell window.
  438.  
  439.        LIST HBBS:System/Data/Users/#? lformat "UserID: %n, Created: %d, %c"
  440.  
  441.   Account Edit
  442.   ============
  443.  
  444.     Changed this so you can change the users setting for the ConfAccess file
  445.     note: set the setting to just the name of the file without the .CFG and without
  446.     the full path, and the file *MUST* exist at the moment as more extensive error checking
  447.     still needs to be written for this feature..  e.g.  "Normal Dood"
  448.  
  449.     see HBBS:System/Data/ConfAcs/#?.CFG
  450.  
  451. 14-06-1996
  452. ==========
  453.  
  454.   I have done work since 30-05-1996, but just not documented it...  Anyway...
  455.  
  456.                                **** IMPORTANT ****
  457.  
  458.     UserData format has changed so userdata created with HydraBBS A8 or
  459.     earlier will not work, if you want to convert it then write your own program!
  460.     Sorry, I do not have time..  to see what's changed just check out the
  461.     structures.h files and see whats different...
  462.  
  463.  
  464. 30-05-1996
  465. ==========
  466.  
  467.   Reminder!
  468.   =========
  469.  
  470.     when using GetLine, you can use the flag GL_NOOLM so that your door does
  471.     not get interupted by OLM's...
  472.  
  473.   HBBSCommon.c/strings.h
  474.   ======================
  475.  
  476.     changed CtrlScrn in str_CONSOLE to @S@ and made RunDosCMD change all @S@'s
  477.     to the current public screen name..
  478.  
  479.   LogExtractor (in HBBS:Utils)
  480.   ============================
  481.  
  482.     Started work on this cool utility, that, when finished, will extract
  483.     all data about a particular user from log files from one or more nodes
  484.     and write it to a file (which can then be displayed by the program, or at
  485.     a later date by the user.)
  486.  
  487.     It has the abilty to go back only a certain amount of days too..
  488.  
  489.     Oh, and it's all GUI based too.. (CLI Options coming soon, makes a great
  490.     sysop door too! (e.g. USRINFO Hydra 20 to show Hydra's bbs usage in the
  491.     last 20 days!)
  492.  
  493. 29-05-1996
  494. ==========
  495.  
  496.   GoldED Sucks... Back to TTX!
  497.  
  498.   Structures.h
  499.   ============
  500.  
  501.     removed a few unused items and moved a few things around, also added
  502.     ScreenInfoData structure and changed NodeUser..
  503.  
  504.     mtype_ASK is not used and has been removed from all source...
  505.  
  506.   Control
  507.   =======
  508.  
  509.     Still changing it so that you can open HBBS on a public screen...
  510.     (lots of work involved in doing this by the way, so I hope you are grateful)
  511.  
  512.     IMPORTANT!!
  513.     ===========
  514.  
  515.       You must not ever try to LockPubScreen("CtrlScrn") anymore, instead use
  516.       LockPubScreen(BBSGlobal->ScreenInfo.PubScreenName);
  517.  
  518.       if you are not opening the hbbs libraries (therefore mnot getting BBSGlobal)
  519.       then check out the environment variable ENV:HBBS_ScreenName
  520.  
  521.     control, the nodes and all the doors have been re-compiled using the
  522.     new/updated structures.h file.
  523.  
  524. 24-05-1996
  525. ==========
  526.  
  527.   Oh well, the alpha won't be ready for tomorrow anyway. doh.. :-)
  528.  
  529.   New text editor!  I'm now using GoldED 3.x as my text editor as TurboText,
  530.   reqtools/reqpatch and my New Cybervision64 GFX card don't get along very well..
  531.  
  532.   All the icons will eventually change to using GoldED:GoldED instead of TTX as the
  533.   default tool.
  534.  
  535.   Node
  536.   ====
  537.  
  538.   fixed the small line editing bug. cursor left was deleting the entire line
  539.   instead of moving one char left.
  540.  
  541. 16-05-1996
  542. ==========
  543.  
  544.   Crikey, that's a big gap...  Not been doing HBBS recently cos I've discovered
  545.   London Nightlife! :-) hehee...
  546.  
  547.   Anyway, hopefully thing's will be back in full swing now.
  548.  
  549.   I'm going to concentrate on getting HBBS working as a BBS system and will have to
  550.   leave alot of my really cool ideas for a later release, I just want to get to V1.0
  551.   as quickly as possible.
  552.  
  553.   Next full alpha release will be on the 25th of May 1996..
  554.  
  555.   Mail_Write
  556.   ----------
  557.  
  558.     (and all other mail programs) Now reads Mail.CFG from the HBBS:doors/Mail
  559.     directory, this only has two settings at the moment and these are to remove
  560.     remove access to internet and fidonet mail options as I don't have time to write
  561.     them yet.
  562.  
  563.  
  564. 29-02-1996
  565. ==========
  566.  
  567.   Wow, a whole month to the day without doing a single bit of work on HBBS :-(
  568.  
  569.   I've not been able to do any work due to me relocating to london for my new job
  570.   so sorry for no updates...
  571.  
  572.   Mail_Write
  573.   ----------
  574.  
  575.     asks if you are sure you want to abort a message
  576.  
  577. 31-01-1996
  578. ==========
  579.  
  580.   Free at last, well my current job has finished today, but I've got an interview
  581.   for another one tomorrow. hope that goes well.. Anyway, yesterday I got my
  582.   Apollo 4060 '060 Accellerator and it only half worked so it's gone back to the
  583.   shop I bought it from for replacement.  Basically it only worked intermittently
  584.   and the scsi-2 and the fastram did not work either.. Great...  But when it was
  585.   working for about 5 mins I tried HBBS on it and it was mindblowingly fast,  I've
  586.   never seen a 256 col 1024x768 screen scroll text so fast :-) hehe.,..
  587.  
  588.   for those that do not know my e-mail address has changed now, it is:
  589.  
  590.     dominicc@dircon.co.uk  (note the 2 c's in dominicc)
  591.  
  592.   feel free to e-mail me about *ANYTHING*....
  593.  
  594.   FrontEnd
  595.   ========
  596.  
  597.     added 2 new config options and changed the other option.. (so all config options
  598.     are new from now...)  they are:
  599.  
  600.       HandleToShortStr - displayed to a user when the handle they tried to use is too short
  601.       InvalidHandleStr - displayed when a handle contains wildcards, ()'s ,'s or ;'s
  602.       HangupCommand    - what the user must type to log-off (defaults to "BYE")
  603.  
  604. 25-01-1996
  605. ==========
  606.  
  607.   Bollox, living in the UK sucks sometimes..  My fucking CarTax has run out
  608.   and so has my fucking MOT so I gotta spend loads of money on my BMW 316
  609.   so I can actually legally drive the fucking thing... BASTARD Governments..
  610.  
  611.   AAnnnnyyway.. back to hbbs..
  612.  
  613.   FrontEnd
  614.   ========
  615.  
  616.     Has a config file which contains some strings, e.g. BadHandle, see
  617.     HBBS:Doors/System/Frontend/FrontEnd.CFG
  618.  
  619.   AskDLFiles
  620.   ==========
  621.  
  622.     Fixed a minor(!!) bug in that if a user had gone over their limit it would
  623.     still let them D/L files.. OOops! :-)
  624.  
  625.   Node_input.c Node_Misc.c HBBSCommon.c
  626.   =====================================
  627.  
  628.     Changed a bit more so that text/screen output is faster still...
  629.     it's still pretty slow, the thing that's holding it down is the routines
  630.     used to conver the @^@ commands to text.. if you use the ? command from
  631.     the file lister you'll see that it's blisteringly fast. but if use the 'S'
  632.     door you'll see that it's a bit slow... (but still fast enough for mere
  633.     mortals..)
  634.  
  635.     I can do the following to speed it up:
  636.  
  637.       queue DOOR_WriteTexts() and return control back to the door immediately
  638.       (but to do this I'd have to take a copy of the data they pass to the BBS
  639.       which would slow it down again, argh, I can't win..)
  640.  
  641.       use buffered/async IO on the screen files
  642.  
  643.       erm... any suggestions... (apart from code it in ASM :-)
  644.  
  645. 24-01-1996
  646. ==========
  647.  
  648.   FileLister
  649.   ==========
  650.  
  651.     fixed a rather serious bug in that it crashed the machine if a file id had
  652.     a long line of text in it...
  653.  
  654.   HBBSCommon/HBBSNode
  655.   ===================
  656.  
  657.     speeded up some routiens so that it outputs text/ansi faster...
  658.  
  659.  
  660.   Node (NodeMisc.c)
  661.   =================
  662.  
  663.     re-wrote alot of the code used to display screens (to make it faster!!)
  664.     you now DON'T need to start HBBS screen files with @^@ anymore...
  665.     (tho this may change in the future if I recode it..  the @^@'s are just
  666.     skipped now..
  667.  
  668. 23-01-1996
  669. ==========
  670.  
  671.   Sorry!
  672.   ======
  673.  
  674.   Note really had much chance do do stuff on HydraBBS for a a couple of weeks
  675.   due to me getting a) an internet account and learning how to setup/use
  676.   amitcp (which is coool)  b) getting a CyberVision 64 GFX card c) buying an
  677.   Apollo 4060 68060 50Mhz Accellerator for my A4000 so that I can compile
  678.   stuff using SAS/C a hell of a lot quicker, d) getting about 10 new PS-X
  679.   games :-) and a couple of saturn ones too! e) buying a mobile phone and f)
  680.   getting 4 new hard disks and re-organizing all of my 3 amiga's with new
  681.   setup's, latest software etc...
  682.  
  683.   Annnnyway.. back to HBBS..
  684.   --------------------------
  685.  
  686.   LastCallers
  687.   -----------
  688.  
  689.     Fixed a few bugs in this handy util that were caused when do didn't have
  690.     all the parameters (or didn't have optional ones, thanks to Radiosity for
  691.     pointing this out..)
  692.  
  693. 5/6/7-01-1996
  694. =============
  695.  
  696.   Loads of stuff, configurable prompts now done, check out
  697.   HBBS:System/Data/BBSColours.CFG
  698.   HBBS:Nodes/NodeX/BBSColours.CFG
  699.   HBBS:Conferences/<ConfName>/BBSColours.CFG
  700.  
  701.   I've done sooo much these last 3 days that I forgot to write in this file and
  702.   now I can't remember what I've been doing apart from doing a bit more
  703.   no the fr and olm doors...  added a BBSGlobal->CallsEver (kinda handy..)
  704.   this will be loaded/saved from the HBBS:System/Data/Private file when i implement
  705.   it's usage..
  706.  
  707.   oh yeah, and I added a Flags parameter to the loadconfig so just add
  708.   ,LCFG_NONE to all your current calles to it, check out defines.h to see what's what..
  709.   (they were primally added so i could read ansi strings from a file into a config
  710.   item, at the mo ;'s are used to denote comments, I'll have to change that
  711.   to something else soon..)
  712.  
  713. 04-01-1996
  714. ==========
  715.  
  716.   HBBSCommon.library
  717.   ==================
  718.  
  719.                       =====================================
  720.                       I T ' S   C H A L L E N G E   T I M E
  721.                       =====================================
  722.  
  723.   I can't for the life of me figure out why the bloody hell my new version
  724.   of HBBS_LoadConfig() causes the control program to hand the machine when
  725.   it loads the HBBS:System/Protocols file.  The new version of HBBS_LoadConfig()
  726.   is currently commented out, and the old one is still in use (although it
  727.   has several bugs fixed..)  just change the comments round, re-compile
  728.   and see what I mean...
  729.  
  730.   I've tried allsorts to see what's happening but to no avail, everything
  731.   seems normal! Argh.. I hate bugs like this...
  732.  
  733.   Sooo, if you fix this bug then I'll give you a nice crispy 5 pound note!
  734.   (if you are not from the UK then, erm, well I'll write you a custom door
  735.   or sommat...)
  736.  
  737.   Node
  738.   ====
  739.  
  740.     Implemented the NFLG_CTRLC flag, if a users presses ctrl+c during a getline()
  741.     then the NFLG_CTRLC bit will be set in N_ND->NodeFlags
  742.  
  743.     Added The variables needed to implement OLM's, checkout
  744.  
  745.     N_ND->OLMCount and N_ND->OLMList and struct OLMNode in structures.h
  746.     and NFLG_OLMSWAITING in defines.h.. to add an OLMNode to the OLMList
  747.     call HBBSNode.library's HBBS_AddOLM() function (see HBBSNode.c)
  748.  
  749.     there's also a few more NFLG's to look at.
  750.  
  751.     also note the new GetLine flag, GL_NOOLMS
  752.  
  753.   HBBSCommon.library
  754.   ==================
  755.  
  756.     Added the function HBBS_SendOLM()
  757.     very easy to use and works a treat too!, for an example check out ReadOLM
  758.     and the OnlineMessage (OLM) doors..
  759.  
  760.   OnlineMessage
  761.   =============
  762.  
  763.     created door, installed as OLM
  764.  
  765.     this door sends messages to other nodes.
  766.  
  767.   ReadOLM
  768.   =======
  769.  
  770.     created this SYSTEM door, it's called when the user is at a getline prompt
  771.     automatically, it displays all the queued OLM's one by one and lets the user
  772.     reply to them if they came from another node..  If you send a message from an
  773.     external program you must make sure that you set up the olm so that the user
  774.     cannot reply to it! :-) hehe..
  775.  
  776.   SendOLM
  777.   =======
  778.  
  779.     this is a rather handy AmigaDOS CLI program to send OLM's to nodes, note:
  780.     this is NOT a door!!!   Man HBBS is cool..  do that with /X !
  781.  
  782. 03-01-1996
  783. ==========
  784.  
  785.   MailScan and MailRead
  786.   =====================
  787.  
  788.     Wow, this is cool now..  I've finally finished off the new mail scanning
  789.     part of this door. (apart from the mark as read option)
  790.  
  791.     prior to this version if you scanned mail, but only read a few of the
  792.     mail messages the ones that you didn't read would not appear in the next
  793.     mailscan, they do now! (Check Out HBBS:Mail/Users/<UserID>/UnreadList.CFG)
  794.  
  795.  
  796.   HBBSCommon.library  -> READ THIS!
  797.   ==================
  798.  
  799.     really optimized and bug fixed HBBS_LoadConfig() and HBBS_LoadFile()
  800.     you should find that the whole bbs now speeds up dramatically!!
  801.  
  802.  
  803.   ReLogin
  804.   =======
  805.  
  806.     Created Relogin door, installed as command RL for users with access of 50
  807.     or over.
  808.  
  809.     And yes, the logoff scripts (see below) do get called if you use
  810.     this command! (Unlike /X where you had to logoff and call back if you
  811.     wanted to see updated bulletins that only updated when the logoff script
  812.     was called)
  813.  
  814.   Node
  815.   ====
  816.     Logoff scripts are now implemented, when a user logs off the following
  817.     AmigaDOS scripts are executed (S flag need not be set, they are run via the
  818.     dos C:Execute Command)
  819.  
  820.     HBBS:Scripts/LogOff<nodenum>.script
  821.     HBBS:Scripts/GlobalLogOff.script
  822.  
  823.     both scripts are started with the following parameters
  824.  
  825.     <nodenum> <userid>
  826.  
  827.     if you want to access the users handle from your logoff scripts then use
  828.     the environment variable "HNode<nodenum>User"    e.g. use $HNode1User for
  829.     the name of the user on node 1..
  830.  
  831.     the reason usernames/handles are not passes as parameters is that they MAY
  832.     have spaces in the filenames...
  833.  
  834.     also note the environment variable "HNode<nodenum>LoginType"
  835.  
  836.     see HBBS:Scripts/GlobalLogoff.script for an example!
  837.  
  838.   Docs
  839.   ====
  840.  
  841.     updated the following doc files a bit
  842.  
  843.     HBBS:Docs/Misc/GUI.guide
  844.     HBBS:Docs/Misc/Directories.guide
  845.     HBBS:HBBS.Guide
  846.  
  847.   AddDIZToList
  848.   ============
  849.  
  850.     added a parameter check and writes to callers log if it has a problem..
  851.  
  852. 02-01-1996
  853. ==========
  854.  
  855.   XPR
  856.   ===
  857.  
  858.    you can now resume files that you started to upload but either cancelled
  859.    or lost carrier..
  860.  
  861.    uploaded files are stored as <Conf-PartUpload>/<FileName>@<UserID>
  862.  
  863.    e.g.  HBBS:Conferences/Amiga/PartUpload/BANANA.LHA@1
  864.  
  865.    you must however set the xpr protocol options so that it allows
  866.    resuming of files..  (E.G. Include "OR" in the protocol options, see
  867.    the new updated HBBS:System/Protocols file...)
  868.  
  869.   FileLister
  870.   ==========
  871.  
  872.    Woooooooooooooooooooooo, well quick now...  rewrote my FGetsR() routine
  873.    to be mucho quickero.. :-)  FGetsR() just reads lines from a file starting
  874.    from the current position and working backwards instead of forwards like
  875.    the dos FGets(), hence the 'R' in the function name standing for Reverse..
  876.    I'll be putting this *COOL* function in the library soon!
  877.  
  878.    Also responds to a user handing up while browsing a filelist now..
  879.  
  880.    added an H parameter so that you can scan the "holdlist" file of the conf you
  881.    are in (Sysop's only..)  works with all modes (FR,N and F) so N -2 H is cool!
  882.  
  883.    updated ansi when flagging files.
  884.  
  885.    does not clear screen at end of file anymore.
  886.  
  887.   View
  888.   ====
  889.  
  890.    fixed bugs and added sysop mode
  891.  
  892.   Zippy
  893.   =====
  894.  
  895.    same bug as filelist with the not checking for lost carrier..
  896.    fixed. also updated ansi when flagging files
  897.  
  898.    does not clear screen at end of file anymore..
  899.  
  900. 01-01-1996
  901. ==========
  902.  
  903.   H A P P Y   N E W   Y E A R !
  904.  
  905.  
  906.   Man my neck hurts.... And I can't remember why, alcohol roolz..
  907.  
  908.   FileLister
  909.   ==========
  910.  
  911.     FR WORKS NOW!!
  912.  
  913.     But it's realllllllly slow as I just did a real quick'n'easy way
  914.     of reading the file backwards..  It'll be speedier sooon.
  915.  
  916.   XPR
  917.   ===
  918.  
  919.     now checks other node's playpen dirs for existance of the file
  920.     that a user is trying to upload (someone else might already be uploading it..)
  921.  
  922.   Pager
  923.   =====
  924.  
  925.     created door, installed as O command at the bbs prompt
  926.  
  927.     it uses 3 4 new screens that should be placed in a screens/special dir..
  928.  
  929.     Page.TXT        - displayed before the page reason prompt
  930.     Paged.TXT       - displayed when a sysop has been paged
  931.     PageNoSysop.TXT - for when the chatflag is off
  932.     PageCancel.TXT  - for when a user cancels a page
  933.  
  934.   LinesPerScreen
  935.   ==============
  936.  
  937.     created door. 100% cool and rather easy to create..
  938.     installed as LPS at the bbs prompt, or accessable from the W command
  939.  
  940.  
  941. 31-12-1995
  942. ==========
  943.  
  944.   HBBSCommon.library
  945.   ==================
  946.  
  947.     changed so that will read and keep config items with blank strings..
  948.  
  949.     e.g.
  950.  
  951.     Door_Options=
  952.  
  953.     needed this for the UserSettings door...
  954.  
  955.   Control
  956.   =======
  957.  
  958.     updated gui (again)
  959.  
  960.   Node
  961.   ====
  962.  
  963.     made it use HBBS.font on the screen title as well..
  964.  
  965.  
  966.   SelectLanguage
  967.   ==============
  968.  
  969.     updated program, much cooler now..
  970.  
  971. 30-12-1995
  972. ==========
  973.  
  974.   Done loads more on the XPR door, moves cancelled files to PartUpload etc..
  975.   and some other bits and bobs..
  976.  
  977.   Control/Node
  978.   ============
  979.  
  980.     changed all LCFiles references to PartUpload as LCFiles will not be used..
  981.  
  982.     CHANGE YOUR CONFERENCE CONFIGS!
  983.  
  984.   MoveFile
  985.   ========
  986.  
  987.     now accepts a NOUSER parameter, if specified it will not display anything
  988.     on the screen
  989.  
  990.  
  991.  
  992. 29-12-1995
  993. ==========
  994.  
  995.   anyway, I'm tired now and want to go to sleep.. to many l8 nights coding away
  996.   on this...  It can't be good for me..
  997.  
  998.   Mind you, I saw ace venture 2 today and that was quite a good film..
  999.  
  1000.   XPR
  1001.   ===
  1002.     re-wrote most of the XPR door, it now does things much better are more structured
  1003.     and doesn't guess at strings to figure out of files have been transferred ok!
  1004.     :-)
  1005.  
  1006.     it now builds a linked list of files transferred (one for ul's and one for dl's)
  1007.     and checks them at the end to find out what's what..
  1008.  
  1009.   MailReply
  1010.   =========
  1011.  
  1012.     Fixed a (small) bug in this door that caused it to crash on my A3000, but not
  1013.     on my 2 other computers making it a pain to track down...
  1014.     turns out I was going strcpy(Msg->To,Msg->From) instead of
  1015.     FreeAndSet(&Msg->To,Msg->From)...  caused memorylist corruption..
  1016.  
  1017.  
  1018.  
  1019. 28-12-1995
  1020. ==========
  1021.  
  1022.   did sod all on HBBS today, first time for ages.. :-)
  1023.  
  1024. 27-12-1995
  1025. ==========
  1026.  
  1027.   didn't do much today, tiedied a couple of bits and bobs up here and there
  1028.   did a bit more on the mail and xpr doors..
  1029.  
  1030.   the caller and calls today on each node's "Info" window now work
  1031.   100%, but I have got to make it read in the callers log so that it shows
  1032.   who the last few callers were when you close and node and then restart it..
  1033.  
  1034.  
  1035.  
  1036. 26-12-1995
  1037. ==========
  1038.  
  1039.   Had a bit of a bugfixing day today..
  1040.  
  1041.   UserSettings
  1042.   ============
  1043.  
  1044.     This door is set up as "W" at the bbs prompt..
  1045.  
  1046.     Man, is this door cool..
  1047.  
  1048.     with /X you could either get the W command to bring up internal /X
  1049.     settings config program, or you could make it display a menu of what
  1050.     you wanted to change (i.e. AquaSettings)
  1051.  
  1052.     But with this COOL command you can specify what all the options
  1053.     on one screen!
  1054.  
  1055.     Check out HBBS:Doors/User/UserSettings/UserSettings.CFG.
  1056.  
  1057.   Icons
  1058.   =====
  1059.  
  1060.     updated all the .info files to cool magic WB one..
  1061.  
  1062.   Control
  1063.   =======
  1064.     fixed a few memory leaks
  1065.     updated it to use some new library routines
  1066.  
  1067.     added a new parameter to BBSGlobal, CopyBufferSize (see docs)
  1068.  
  1069.   HBBSNode.library
  1070.   ================
  1071.  
  1072.     added HBBS_AddToCallersLog(string), rather handy, it writes the date and
  1073.     time automatically too..
  1074.  
  1075.   Node
  1076.   ====
  1077.  
  1078.     Made it write to the callers log..
  1079.     need some options to make it ignore local logins etc.. tho.
  1080.  
  1081.   HBBSCommon.library
  1082.   ==================
  1083.  
  1084.     addd more routines, changed a few more, added (even) more error checking
  1085.     to some routines that deal with mem [de]allocation.
  1086.  
  1087.   Docs
  1088.   ====
  1089.     updated the BBSGlobal.guide file..
  1090.  
  1091. 25-12-1005
  1092. ==========
  1093.  
  1094.   Yes, I was programming HBBS on christmas day, well it was better than sitting down
  1095.   stairs with the parents watching the fucking queen's speech.  It was much more fun
  1096.   sitting upstairs listening to a bit of "Green Day", "Offspring", "Speedy J" and
  1097.   many other cool artists!
  1098.  
  1099.   XPR
  1100.   ===
  1101.  
  1102.     fuck.. actually it still doesn't work :-( Doh.. I could have sworn it was
  1103.     working yesterday 100%, but no you still get timeout errors when it writes
  1104.     to the disk :-(  Not fixed it yet tho..
  1105.  
  1106.   FileList
  1107.   ========
  1108.  
  1109.     Man, is this door cool!  F and N work 100% pure coolness..
  1110.  
  1111.   Zippy Search
  1112.   ============
  1113.  
  1114.     well, my brother wrote this rather nice door. most of the code was nicked from
  1115.     my own doors tho :-) hehe
  1116.  
  1117.  
  1118.   Tag File
  1119.   ========
  1120.  
  1121.     Prints CR's after files that have not been found now..
  1122.  
  1123.  
  1124.   AccountEditor
  1125.   =============
  1126.  
  1127.     this is working better now..  It also tells the user at the other end
  1128.     that the sysop is editing your account details..
  1129.  
  1130.     It also reloads the access levels in when you quit it..
  1131.  
  1132.   JoinConference
  1133.   ==============
  1134.  
  1135.     added another system option to it, "REJOIN" and have set up a command
  1136.     called RJ so you can rejoin a conference if you wish to see bulletins, etc..
  1137.  
  1138.     --> requested by Cruise!
  1139.  
  1140.   HBBSCommon.library
  1141.   ==================
  1142.  
  1143.     added lots of routins for converting between dates and back to strings..
  1144.     see the FileList door for examples!
  1145.  
  1146.   CheckFiles
  1147.   ==========
  1148.  
  1149.     now checks names of uploaded files (can't start with a '.' and can't be more
  1150.     than 12 chars long.. if they are it'll prompt you..
  1151.  
  1152. 24-12-1995
  1153. ==========
  1154.  
  1155.   XPR
  1156.   ===
  1157.  
  1158.     yeah, it's working, and without buffered io, (but I'll still implement this..)
  1159.  
  1160.     I'm using zprzmodem.library 3.0 and USRSerial.device and it works a treat!
  1161.  
  1162.   Node
  1163.   ====
  1164.  
  1165.     screen/window information is now saved in <NodeLocation>/Screen.CFG rather
  1166.     than HBBS:System/Data/Node<num>_Private.CFG
  1167.  
  1168.     that way, if you delete a node, you delete it's associated data files too
  1169.  
  1170. 23-12-1995
  1171. ==========
  1172.  
  1173.   XPR
  1174.   ===
  1175.  
  1176.     the words AAAAAAAAAAAAAAAArrrgghhhh! spring to mind when thinking about this
  1177.     F**king door!
  1178.  
  1179.     it sends files fine, but can I get it to fucking receive files ? Can i FUCK as
  1180.     like..  it all seems to boil down to the xpr_fwrite() function..
  1181.  
  1182.     if i make it return(Size * Count) then you don't get *any* timeouts or anything
  1183.     even when the CPU's loaded!  but if I make it
  1184.     return(Write(FileBuf->FH,Buffer,Size*Count)); then it just makes xpr_sread()
  1185.     timeout!!
  1186.  
  1187.     Argh!
  1188.  
  1189.     So I'm going to have to nick some buffered/async disk IO routines from
  1190.     somwhere...  the annoying this is that the XPRD program does not have
  1191.     any buffered IO and works fine...
  1192.  
  1193.     Argh!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  1194.  
  1195.  
  1196.   HBBSNode.library
  1197.   ================
  1198.  
  1199.     fixed SerWriteStrWithTimeout()
  1200.  
  1201.   Node and Nodes/NodeX/Device
  1202.   ===========================
  1203.  
  1204.     added a config option called NullModemCable, if set to true
  1205.     then you can connect another computer to your computer via
  1206.     a serial port and connect to hbbs from that.. :-) Coooool!
  1207.     to get hbbs to connect, just press return on the other computer!
  1208.  
  1209.  
  1210.   today I've just done sooo much to the bbs, mainly tidying stuff
  1211.   and fixing things!
  1212.  
  1213.  
  1214.  
  1215. 22-12-1995
  1216. ==========
  1217.  
  1218.   changed DOOR_GetLine(), it's not SUPERCOOLFABANDWHIZZO!
  1219.  
  1220.   :-)
  1221.  
  1222. 21-12-1995 (PM)
  1223. ===============
  1224.  
  1225.   XPR
  1226.   ===
  1227.  
  1228.   added GUI and window, updates fine..
  1229.   still have to make it refresh when you un-zoom the window!
  1230.  
  1231.   Node
  1232.   ====
  1233.  
  1234.   Updated GUI, added more buttons on the NodeSettings window
  1235.  
  1236.   implemented N_ND->DoorContinue.
  1237.  
  1238.   HBBSNode.library
  1239.   ================
  1240.  
  1241.     implemented DOOR_Continue() (causes further doors not to run if a door sets this
  1242.     to false)
  1243.  
  1244.   AskDLFiles
  1245.   ==========
  1246.  
  1247.   made it use DOOR_Continue
  1248.  
  1249.   Download
  1250.   ========
  1251.  
  1252.   made it aware of AskDLFiles's DOOR_Return() setting
  1253.  
  1254.   Control
  1255.   =======
  1256.  
  1257.   added EditorCMD to BBSGlobal Config.
  1258.  
  1259.   updated GUI
  1260.  
  1261.  
  1262. 20-12-1995 (PM)
  1263. ===============
  1264.  
  1265.  
  1266.   XPR
  1267.   ===
  1268.  
  1269.     tiedied somemore.  in testing this has hung a few times, more testing required
  1270.  
  1271.   Node
  1272.   ====
  1273.  
  1274.     changed a screen commands, (Ratio is now BRatio) and added FRatio
  1275.     for Bytes Ratio and Files Ratio respectively
  1276.  
  1277.     added a COOL function for creating cool menu prompts..
  1278.     MenuPrompt()
  1279.  
  1280.     fixed a rather silly bug in DisplayScreen()
  1281.  
  1282.       it wasn't unlocking files if there were 0 bytes..  i was trying to unlock
  1283.       and filehandle rather than a filelock (confused vars FL with FH) :-)
  1284.  
  1285.   HBBSNode.library
  1286.   ================
  1287.  
  1288.     added the function DOOR_MenuPrompt()
  1289.  
  1290.       pass it a string with the first letter of your options
  1291.       enclosed in square brackets ( []'s ) and hbbs will auto convert
  1292.       the string to cool colours and print it out for you!
  1293.       you can also pass it a default char so that it causes one option
  1294.       to be printed in bold.
  1295.  
  1296.       e.g.
  1297.  
  1298.       DOOR_MenuPrompt("More [Y]es, [N]o :",'Y');
  1299.  
  1300.       currently everything is printed out in white except the brackets which are
  1301.       printed in yellow, the Y in the example above would be printed in BOLD text
  1302.  
  1303.       this is a cool function for providing a standard menu prompting scheme that
  1304.       can be used through out the bbs.
  1305.  
  1306.       I'll be adding parameters so you can change the colours, don't worry :-)
  1307.  
  1308.   Mail_Write
  1309.   ==========
  1310.  
  1311.   added a stack of options that you can select when you are creating a message
  1312.  
  1313.   also updated the messagebase stuff so that you can set an access level for
  1314.   a message.  started creating a config structure for the mail doors to use.
  1315.   (this way the users can have thier own configuration for all the mail doors
  1316.   to use, it'll be stored as HBBS:mail/users/<id>/mail.cfg.
  1317.  
  1318.   Mail_Scan
  1319.   =========
  1320.  
  1321.     updated to use the access level and door_menuprompt.
  1322.  
  1323.  
  1324. 19-12-1995 (PM) - 20-12-1995 (AM)
  1325. =================================
  1326.  
  1327.   XPR
  1328.   ===
  1329.  
  1330.   **Loads** more work done, it's all set-up and running withing the bbs environment
  1331.   now.  It's interesting to note that term 4.5 comes with xprzmodem.library
  1332.   version 2.58, I had 3.0 and the latest is 3.51.  3.51 causes term and ncomm
  1333.   to software fail when transferring between each other and the nullmodem.device
  1334.   2.58 just sits there and timesout. and 3.0 works fine.. :-)  ut I've got no docs
  1335.   for that version :-(
  1336.  
  1337.   I tried my xpr implementation with a some other xpr libaries, it only worked with
  1338.   znodem and zedzap libs so far..  I have to do more tests.  the otherlibs
  1339.   may require some of the xpr 2.0 extensions, I've only implemented 1.0 so far..
  1340.  
  1341.  
  1342.   Transfer
  1343.   ========
  1344.  
  1345.   Updated to cope with the XPR door
  1346.  
  1347.   SelectProtocol
  1348.   ==============
  1349.  
  1350.   defaults to protocol 1 instead of waiting for user input if they type in some shite
  1351.   the first time they are asked
  1352.  
  1353.   Mail_Scan
  1354.   =========
  1355.  
  1356.   more stuff done
  1357.  
  1358.   HBBSNode.library
  1359.   ================
  1360.  
  1361.   added two more routines,  FindConf() (returns a confdata structure of the users
  1362.   current conf, or if they are not in a conf yet it'll return a confdata structure
  1363.   of the last conference they were in...
  1364.   ValidConfNum() returns true if you pass it a valid conference number (index starts at 1)
  1365.  
  1366.  
  1367.  
  1368.  
  1369.  
  1370. 18-12-1995
  1371. ==========
  1372.  
  1373.   YESSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS!
  1374.  
  1375.   Finally
  1376.  
  1377.   At Last!
  1378.  
  1379.   Whay!!
  1380.  
  1381.   (if you couldn't tell, I'm Excited!)
  1382.  
  1383.   XPR
  1384.   ===
  1385.  
  1386.     Implemented!
  1387.  
  1388.  
  1389. 17-12-1995
  1390. ==========
  1391.  
  1392.   Fuck!  It's amazing how much work I've done over the last few days! :-)
  1393.  
  1394.   HBBSCommon.library
  1395.   ==================
  1396.  
  1397.     fixed a COOL bug in the AssignOK() routine
  1398.     in that say you had a HD with a volume name of "A3000_DH0:", it's device name
  1399.     being "DH0:" and you set a (say) upload path to somewhere on DH0:
  1400.     AssignOK() would incorrectly return FALSE!   Oops!
  1401.  
  1402.  
  1403.   CLIProtocol
  1404.   ===========
  1405.  
  1406.     correctly returns errorlevel of door in N_ND->DoorReturn
  1407.  
  1408.   Transfer
  1409.   ========
  1410.  
  1411.     deducts creds for files for that are downloaded successfully
  1412.  
  1413.   Node
  1414.   ====
  1415.  
  1416.     Loads moe stuff changed, fixed and updated
  1417.  
  1418.   Control
  1419.   =======
  1420.  
  1421.     ditto
  1422.  
  1423.   Mail_Scan
  1424.   =========
  1425.  
  1426.     even more work done,  this door is all but finished, implemented
  1427.     the mailscan lastread pointers (saved in HBBS:Mail/Users/<UserID>/MailScan.CFG)
  1428.  
  1429.     now supports a 'M' for mark as read, so you don't have to sit through
  1430.     millions of useless old mail the sysops seem to leave around
  1431.     (not that they will with HBBS, because messages can be set to expire! :-)
  1432.  
  1433.  
  1434.   Mail_Read
  1435.   =========
  1436.  
  1437.     supports reading a list of mail messages, the list is created with
  1438.     CreateMsgList() and then saved using SaveMsgList()
  1439.     Mail_Read then read this list back in again and will let you read all
  1440.     the messages in the list.
  1441.  
  1442.     this is a really amazing feature, because you can then write another door
  1443.     to search the mail database for keywords, and build up a list of messages that
  1444.     you can then pass to Mail_Read which then let you read them!
  1445.  
  1446.     COOOOL or what ?
  1447.  
  1448.   Mail_Write
  1449.   ==========
  1450.  
  1451.     more work done, still needs a bit doing to it (you can't attach files yet!)
  1452.  
  1453.   CheckTags
  1454.   =========
  1455.  
  1456.     changed to cope with the new updated Tag_File door (below)
  1457.     also changed the ansi and it looks much nicer now!
  1458.  
  1459.   Tag_File
  1460.   ========
  1461.  
  1462.     actually checks for the existance of files now... :-)
  1463.  
  1464.   AskDLFiles
  1465.   ==========
  1466.  
  1467.     door (re)created fromm scratch, it works fine, needs more work
  1468.     doing to it,  it's just functional now.. :-)
  1469.  
  1470.     (mind you, it looks pretty tho :-)
  1471.  
  1472.  
  1473. 16-12-1995
  1474. ==========
  1475.  
  1476.   Node
  1477.   ====
  1478.  
  1479.     Added CLS,PAUSE,ECHO and DOS as door types! :-)
  1480.  
  1481.     (for CLS to work, the _door option must also be set to CLS)
  1482.  
  1483.  
  1484.   Mail_Scan
  1485.   =========
  1486.  
  1487.     Scans for ALL and EVERYBODY messages too
  1488.  
  1489.   Mail_Reply
  1490.   ==========
  1491.  
  1492.     created door, works ok!
  1493.  
  1494.   Editor
  1495.   ======
  1496.  
  1497.     now appends to existing files is the LOAD parameter is specified
  1498.  
  1499.   FrontEnd
  1500.   ========
  1501.  
  1502.     won't allow users access who's accounts have been disabled
  1503.     (status of 'L', for login's denied)
  1504.  
  1505. 15-12-1995
  1506. ==========
  1507.  
  1508.   FrontEnd
  1509.   ========
  1510.  
  1511.     Automatically logs in the a new user if the newuser door created an
  1512.     new account ok.
  1513.  
  1514.   NewUser
  1515.   =======
  1516.  
  1517.     Revamped slightly.
  1518.  
  1519.   Mail_Read
  1520.   =========
  1521.  
  1522.     added a continue prompt on long messages
  1523.  
  1524.     can delete mail now
  1525.  
  1526.   HBBSNode.library
  1527.   ================
  1528.  
  1529.     Added a DOOR_ContinuePrompt() routine
  1530.  
  1531.  
  1532.  
  1533.  
  1534. 14-12-1995 (PM)
  1535. ===============
  1536.  
  1537.   MailRead
  1538.   ========
  1539.  
  1540.     Very quick version done.  Cannot be called from the R command yet,
  1541.     only the mail scanner can use it so far..
  1542.  
  1543. 13-12-1995 (PM) - 14-12-1995 (AM)
  1544. =================================
  1545.  
  1546.   Today has been a bit of a tidy-up day with lots of little (but important) things
  1547.   being done.
  1548.  
  1549.  
  1550.   Access Commands have been implemented (but only 10 access settings are loaded,
  1551.   of which only one is used (see the Status door and access command "AllowStatus")
  1552.  
  1553.   Check out HBBS:Access/#?, <node>/Access/#?, <conf>/Access/#?.
  1554.  
  1555.   access data is updated when you a) login and b) change conference.
  1556.  
  1557.   This is actually a major thing beleive it or not...  I'm surprised I've only just
  1558.   had to code it now...
  1559.  
  1560.  
  1561.   Also added a few new routines to both the libs (HBBSCommon and HBBSNode)
  1562.  
  1563.   hbbs also sets an env: variable called HNode<nodenum>User to the name of the person
  1564.   who's currently logged in.  if no-one is logged in the variable will not be present
  1565.  
  1566.   the cool logoff screen is created using scripts and cli programs, see
  1567.   HBBS:Screens/Special/Logoff.txt
  1568.   HBBS:System/Amiga/CLI/ByeScript
  1569.   HBBS:System/Amiga/CLI/Figlet/#? (figlet just converts ascii text to large
  1570.                                    fonts made of ascii letters)
  1571.  
  1572.   Isn't hbbs wonderfull ?? :-)
  1573.  
  1574.   Node
  1575.   ====
  1576.  
  1577.   F6 and SHIFT+F6 work now!
  1578.  
  1579.   AccountEdit
  1580.   ===========
  1581.  
  1582.     Right then,  I've created this (smallish) and very unfinished door
  1583.     so that you can modify accounts by pressing F6 when a user is logged in.
  1584.  
  1585.     you can also run this from the command prompt, I've set it up so only users
  1586.     with an access level of 255 can do this.  to run it just type "Accounts"
  1587.     at the prompt
  1588.  
  1589.  
  1590.  
  1591. 12-12-1995 (PM) - 13-12-1995 (AM)
  1592. =================================
  1593.  
  1594.   DAMN I'M COOL....
  1595.  
  1596.   Mailscan
  1597.   ========
  1598.  
  1599.     Works a treat, implemented the little promptso you can call the "mailread"
  1600.     door now.  it seems to be working 100%, even has nice special ANSI effects!
  1601.  
  1602.   MailWrite
  1603.   =========
  1604.  
  1605.     Whay hey hey!  Now we're cooking!  This door has come along in leaps and
  1606.     bounds this evening..  It now writes mail to people!  Hehe,  it even handles
  1607.     multiple user mails (e,g, messages with more than one recipient)
  1608.  
  1609.     currently it does not do anything with internet/fideonet messages
  1610.  
  1611.     it does not let you select any flags, or attach files orlots of things actually,
  1612.     but hey, it works..
  1613.  
  1614.     And I love it when doors compile and run first time after you spend 4 hours
  1615.     coding it.. :-)
  1616.  
  1617.  
  1618.     oh, and you can wipe-out all the files in a mail dir and hbbs won't complain,
  1619.     it'll just re-init everything for you automatically..
  1620.  
  1621.  
  1622.   Editor
  1623.   ======
  1624.  
  1625.     it had to happen sooner or later...  A line editor! Yippie!
  1626.  
  1627.  
  1628.     Well, this is in a very early stage at the moment, it took me all of about
  1629.     2 mins to write this one...
  1630.  
  1631.     it's also more of a "creator" that "editor" at the moment too :-)
  1632.  
  1633.   p.s.  did you noticate that I've not started the "readMail" door yet :-)
  1634.  
  1635. 7-12-1995
  1636. =========
  1637.  
  1638.   Bollox... Life still sucks, aquafresh is sitting here next to me playing
  1639.   Sega Rally on my saturn, and he's quite shit at it :-) hehe..
  1640.  
  1641.   Anyway, erm..
  1642.  
  1643.   MailScan
  1644.   ========
  1645.  
  1646.     Done more work, it's coming along quite nicely (still)
  1647.  
  1648.  
  1649.  
  1650. 6-12-1995
  1651. =========
  1652.  
  1653.   Well, life's still fucked today.  The new fucking stereo for the car's
  1654.   gonna cost 300 quid, i need a new fucking head gasket for the engine, at
  1655.   another 300 quid.  Then I need to replace a camera at 35 quid, and a
  1656.   personal stereo at 50 quid, followed by a new thermostat for the car at
  1657.   20 quid followed by a new stereo surround for the car at 40 quid and 100
  1658.   fucking quid for a new window in the car.
  1659.  
  1660.   FUCK
  1661.  
  1662.   Anyway...
  1663.  
  1664.  
  1665. 5-12-1995 - The (Extremely) Bad Day
  1666. ===================================
  1667.  
  1668.         ------------------------------------------------------
  1669.         Warning - This Section May Cause Viewers Some Distress
  1670.         ------------------------------------------------------
  1671.  
  1672.   Fuck Fuck Fuck Fuck Fuck Fuck Fuck, how bad can my life fucking get..
  1673.   My car was broken into tonight, and I've just had the window broken,
  1674.   £300 quids worth of car CD player, 2 cameras and my personal stereo
  1675.   all fucking nicked.  If I catch the bastard who did it I'm gonna rip
  1676.   his fucking head off, shove a 20000 volt mains cable up his ass and drop
  1677.   a bloody piano on his bollox.
  1678.  
  1679.   Today started badly when I noticed that a collar button had fallen
  1680.   off my shirt.  Checked the mail, "Argh!"  A letter from the bank saying
  1681.   "Please pay in 762 pounds into your account within the next 10 days",
  1682.   "Great" I thought. When I got to work ten mins late, all the fucking
  1683.   users rang me up saying "I can't get into vista" because the supposed
  1684.   "patch" from DEC had made the VT320 emulator even WORSE, then I couldn't
  1685.   send a fucking fax from the fax machine as it would not do 40 page faxes,
  1686.   the paper just jammed.  So I tried using windows 95 on my pc to send a
  1687.   fax via my 28.8k courier and all it says is "Fax Transmission Inturupted",
  1688.   Great Fucking Help that is.  So we try another PC, it then comes up
  1689.   saying "Intermittent memory error" and fucks itself.  So that pissed me
  1690.   off,  then we got a new printer in and we couldn't plug that into the
  1691.   fucking machine it was supposed to plug into as it came with a parallel
  1692.   interface rather than a serial interface.  Then the pathworks license
  1693.   allocator would not fucking work so all these PC's could not map
  1694.   their "E:" drive to the (crap) VAX.  So I had to spend 3 bloody hours
  1695.   fixing that.   Then I came to set up my own spare PC and would the hard
  1696.   disk parition itself ?  Would it fuck as like..  So, i then got another
  1697.   HD slapped that in all fine, copied about 200MB of warez 2 it.  By that
  1698.   time it was about 7:30pm so i thought "I'm off now.."  Went to my car,
  1699.   noticed the light in the glove box was on and I thought to myself "I'm
  1700.   sure I shut that when I came back from lunch", Went to open the door of
  1701.   the car and noticed the window had been smashed and my fucking new car
  1702.   cd player had ben nicked!  Not only did they nick my car CD player, but
  1703.   they nicked my new "Alannis Morissette" CD I bought YESTERDAY!  That was
  1704.   still in the cd player from lunchtime.  Argh!  Now it's started
  1705.   snowing (it had to snow the day my car has no fucking glass in the window
  1706.   of course, couldn't snow the next week could it, no, even the fucking
  1707.   weather has it in for me today), So it's fucking freezing and I've got
  1708.   to drive 8 miles home with no window, so I sat in my car freezing my nuts
  1709.   off all the way home.  After I get home, I turn my Pentium PC on to copy
  1710.   all the warez from my spare PC, and after a moment i notice that it's
  1711.   making a rather loud sound.  Fuck, the cables have just hit the fan that
  1712.   sits ontop of the pentium chip.  Fuck you INTEL,  why did you have to
  1713.   design such a shite processor!  Then I checked out my "Home Contents"
  1714.   insurance to check wether my car stereo comes under it, and NO, course
  1715.   it fucking doesn't.  FUCK.  Damn this stupid fucking country.  I couldn't
  1716.   afford "Fully Comprehensive" insurance earlier in the year because no
  1717.   insurance companies would do it as I'm 21, have a BMW 316 and haven't got
  1718.   any "No-Claims" bonus.  The fucking insurance cost nearly as much as the
  1719.   car did.  After all, the car was made in 1983 and I bought it for 750
  1720.   quid but the insurance still costs 500, third party only (not even fire
  1721.   and theft..)  CUNTS, I HATE LIFE IT, SUCKS,  WHY DO WE HAVE TO WORK FOR A
  1722.   LIVING, I JUST WANT TO SIT AT HOME PLAYING SATURN/PSX/NEO-GEO/3DO GAMES
  1723.   AND CODE ON MY AMIGA, WITH A BOTTLE OF MALIBU SITTING NEXT TO ME, WITH AN
  1724.   ENDLESS SUPPLY OF PC'S I CAN KICK THE SHIT OUT OFF FOR BEING SO DAMN CRAP.
  1725.   FUCKING COUNTRY.  FREEDOM, BOLLOX I SAY.
  1726.  
  1727.   Oh, and I've not done a fucking thing on HBBS today either.
  1728.  
  1729.  
  1730. 3-12-1995
  1731. =========
  1732.  
  1733.   Created the "Download" door
  1734.  
  1735.   modified transfer door to (temorarily) handle downloads
  1736.  
  1737.   Common/Structures.C
  1738.   -------------------
  1739.     modified Struct TaggedFile
  1740.     (removed ExplicitPath and added WarezFile)
  1741.  
  1742.   done more work on the mail scanner
  1743.  
  1744.   CliProtocol
  1745.   ===========
  1746.  
  1747.     Removed banner
  1748.  
  1749.   Control
  1750.   =======
  1751.  
  1752.     fixed bug in loading data from "HBBS:System/Protocols" file it was looking for
  1753.     "UNIDIRECTION" or "BIDIRECTION" but the data file had "UNIDIRECTIONAL" and
  1754.     "BIDIRECTIONAL"... (note the "AL" on the end!! whoops!)
  1755.  
  1756. 2-12-1995
  1757. =========
  1758.  
  1759.   done more work on the mail scanner
  1760.  
  1761. 1-12-1995
  1762. =========
  1763.  
  1764.  
  1765.   Oh shit, Time's running out,  it's that festive season again..
  1766.  
  1767.   Node
  1768.   ====
  1769.  
  1770.     Fixed bug with SetWatchTitles() that would still try and set the window
  1771.     and screen titles of the watch window even if it was closed.. (caused system
  1772.     crash)
  1773.  
  1774.     N_ND->ActiveDoor->SystemOptions is always allocated, this would have been
  1775.     a null pointer if an <door>_param_xx=<blah> was not specified, which
  1776.     caused problems for doors that do not check for a null pointer..
  1777.     It also makes the door coder's life easier (but not mine) as it's one
  1778.     less thing they have to worry about.
  1779.  
  1780.   Done loads more on the mailscan door this evening too..
  1781.  
  1782. 29-11-1995
  1783. ==========
  1784.  
  1785. Yeah! Another 2 months at macmillan.. Coooool. Loadsamoney..  No Erm, back to
  1786. life and hbbs and that kind of thing..
  1787.  
  1788.   !NewDoor/Main.C
  1789.   ===============
  1790.  
  1791.     set default stack size to 16k, this is because if you call many routines in
  1792.     the shared library (hbbscommon.library) you might run out of stack space
  1793.     causing spurious errors at random places due to memory corruption.
  1794.  
  1795.   All_Levels (access file)
  1796.   ========================
  1797.  
  1798.     Setup "C" and "EMAIL" doors to use the "write_mail" door (see below..)
  1799.     note the use of _Param_1=<blah>
  1800.  
  1801.   Mail  (note: as of today none of this works, I'm just laying the groundwork for it..)
  1802.   ====
  1803.  
  1804.     Created all the dirs for the mail sub-system.
  1805.  
  1806.     HBBS:Mail/Public
  1807.     HBBS:Mail/Users
  1808.     HBBS:Mail/Sysop
  1809.     HBBS:Mail/Groups
  1810.     HBBS:Mail/Groups/LSD         (for use with example setup, see BBSGroups in BBSGlobal)
  1811.  
  1812.     HBBS:Conferences/<confname>/Mail
  1813.  
  1814.     from the above you can see that there are a few places for mail to reside.
  1815.  
  1816.     each user will have a *private* mailbox, they have a directory in HBBS:Mail/Users
  1817.     the dir name is the same as the users ID (not handle)  e.g.  HBBS:Mail/Users/1
  1818.  
  1819.     the sysop has his own private mailbox (as well as a user mailbox) in which
  1820.     stuff like sysop comments are placed
  1821.  
  1822.     there is a public dir, any mail in here is scanned by all users everytime they
  1823.     login, this is where system ealls go
  1824.  
  1825.     each conference has it's own mail dir, this is where conference related mail goes
  1826.     it can be addressed to individual users or ealls, e.g. this is where you'd tell all
  1827.     your amiga users to download a new amiga release, rather than creating an eall
  1828.     in the public mailbox
  1829.  
  1830.     then you have group mail, a user can address a mail message to a particular group
  1831.  
  1832.     group mail works on a sort of bulletin board principle, a tag for each user having
  1833.     read a message is saved so they dont read it again.
  1834.  
  1835.     mail will have expiry dates! (yeah, ok, all you sysops fed up of asking users to
  1836.     delete thier mail can line up in a queue and thank me one at a time!)
  1837.  
  1838.   Write_Mail
  1839.   ==========
  1840.  
  1841.     Started writing this door now,  just creating some routines that will be
  1842.     put into hbbscommon.c at the moment,
  1843.  
  1844.     like things for checking a list of user handles passed to a function via a
  1845.     string, it then checks the usernames are valid, and passes them, as well as
  1846.     the id numbers, back to the user as well as a return value. (true, false)
  1847.  
  1848.     See HBBS:Source/User_Doors/Mail/Mail_Common.c for some interesting info
  1849.     on how mail messages are made..
  1850.  
  1851.  
  1852.  
  1853.  
  1854. 28-11-1995 (AM)
  1855. ===============
  1856.  
  1857.   Just got back from watching the new james bond film "Golden Eye", if you've not
  1858.   sen it yet then do so now!  It's cool... Total Blast Fest!
  1859.  
  1860.   Why do I do this ?  It's 01:36 am and I'm sitting here coding...  !?!
  1861.  
  1862.   Still, Sega Rally on my saturn is COOL, got it on saturday so spend most of
  1863.   saturday evening with 4 m8s playing it on it's split screen mode.  Gfx wise it's
  1864.   just as good (if not better) than ridge racer on my ps-x...
  1865.  
  1866.   Control
  1867.   =======
  1868.  
  1869.     Checking some enforcer hits caused by a missing conference directory.
  1870.     It turned out it was caused by the routine HBBS_DoErrorMessage() in
  1871.     HBBSCommon.library when it was passed a null pointer for the errormessage
  1872.  
  1873.   HBBSCommon.C
  1874.   ============
  1875.  
  1876.     Fixed enfocer hit in HBBS_DoErrorMessage()
  1877.  
  1878.   Node
  1879.   ====
  1880.  
  1881.     Calls "CheckUser" system door to check that the users account is ok.
  1882.  
  1883.     the users setting for language is not used.  .TXT is NOT automatically appended
  1884.     to a screen name.  If a user is not vaid (i.e. not logged in) then the first
  1885.     language defined in BBSGlobal will be used.
  1886.  
  1887.     See HBBS:BBSGlobal, LanguageExtn and LanguageName.  SelectLanguage Door,
  1888.     New User Door, CheckUser Door and Node_Input.c - DisplaySpecialScreen().
  1889.  
  1890.  
  1891.   CheckUser
  1892.   =========
  1893.  
  1894.     Door Created
  1895.  
  1896.     Checks all the users userdata is current and valid.  Can be used to
  1897.     check for stuff like sentbys.
  1898.  
  1899.     Currently only checks selected language and conference are valid.
  1900.  
  1901.   SelectLanguage
  1902.   ==============
  1903.  
  1904.     Displays a list of languages availiable to the user and lets them pick one
  1905.  
  1906.  
  1907. 23-11-1995 (PM) and 24-11-1995 (AM) Alpha Release 03
  1908. ====================================================
  1909.  
  1910.   Argh, It's 1:54 am and I need sleep...  I'm just about to lha this up now
  1911.   then I'm off to bed...  L8rz...
  1912.  
  1913.   Ok, the main things that have been done between this alpha version and
  1914.   the last one is the handling of uploads.  File ID's are now extracted and
  1915.   added to file lists..
  1916.  
  1917.   (p.s.  I've not included ZIP,UNZIP, LHA, TXTExtract, DMSDescript, GIFDesc
  1918.   or any other util used for handling archives or file ID's as you should
  1919.   already have these, I will however release them with the full version of HBBS)
  1920.  
  1921.   Oh, and I noticed that HBBS has been spread around many BBS's,  i don't want
  1922.   HBBS being spread in it's current form (i.e. unfinished),  I'm only releasing it
  1923.   like this to other possible sysop's and door coders..  It *may* be spread
  1924.   to all coders/sysop conferences however..  But not to general Amiga Warez
  1925.   conference... And woe-betide anyone who uploads it to Aminet!!
  1926.  
  1927.  
  1928.   Just so you know..  I've put some small files in HBBS:Nodes/Node3/PlayPen/T for
  1929.   you to test the uploads with.  copy them into the nodes playpen when HBBS tells
  1930.   you to copy files to the playpen
  1931.  
  1932.   Have fun now....
  1933.  
  1934.   Node
  1935.   ----
  1936.  
  1937.     Now Supports 2 new door types. these are:
  1938.  
  1939.     SCREEN  : just displays a text screen (pass the full file name as to _Door option)
  1940.     SSCREEN : displays a Special Screen (pass just the screen name with a path and
  1941.               without an extension as the _Door option..
  1942.  
  1943.  
  1944.     E.G. 1
  1945.  
  1946.     QS_Type_1=SSCREEN
  1947.     QS_Door_1=QuickStats
  1948.  
  1949.     typing QWS at the bbs prompt will force hbbs to look in the conference's
  1950.     screens/special dir for a file called "QuickStats.<LanguageExtn>"
  1951.     (e.g. QuickStats.TXT), if it's not there it'll look in the node's
  1952.     screens/special dir followed by hbbs:screens/special..
  1953.  
  1954.     E.G. 2
  1955.  
  1956.     QS_Type_1=SCREEN
  1957.     QS_Door_1=HBBS:Screens/Misc/QuickStats.TXT
  1958.  
  1959.     typing qs at the bbs prompt will force hbbs to display the file above..
  1960.  
  1961.   HBBSCommon.library
  1962.   ------------------
  1963.  
  1964.     HBBS_LoadConfig() does NOT call HBBS_LogError() when it can't open a config
  1965.     file anymore..  If you have optional config files then you get rather large
  1966.     ErrorLog files.   I might make it off-onable tho.. Let me know if you want it ?                  *I*
  1967.  
  1968.   AddCreds
  1969.   --------
  1970.  
  1971.     Door Created!  You should notice the stats going up a bit for uploaded files..
  1972.  
  1973.     Also...., Get this:  I've built in a little auto-award part to this
  1974.     door, check out the file HBBS:Doors/System/AddCreds/AddCreds.CFG
  1975.  
  1976.     basically you can get AddCreds to automatically add extra (or even remove)
  1977.     credits for a particular file or files.  As Always, Amiga Wildcards are supported
  1978.     so you can have:
  1979.  
  1980.      AwardFile_1=LSD#?
  1981.      AwardOpts_1=*3
  1982.  
  1983.     or
  1984.  
  1985.      AwardFile_2=PGS-ZD.LHA
  1986.      AwardFile_2=+2000000
  1987.  
  1988.     You get the jist... (it supports +,*,- and / options )
  1989.  
  1990.     Cool, isn't it ??
  1991.  
  1992.   MoveFile
  1993.   --------
  1994.  
  1995.     Created Door
  1996.  
  1997.     it basically moves a file from the playpen to a HOLD, BAD or UPLOAD dir.
  1998.  
  1999.     I wrote this at about 1:20am and I need some sleep now so I've not had change to
  2000.     test it much, although it appears to be working ok..  If it give you greif then
  2001.     remove the door from the "System" door list..
  2002.  
  2003.     It does however check for validated disks, free disk space and valid assigns,
  2004.     something that /X NEVER DID!! :-)  But hey, that's a suprise right! NOT!!!!
  2005.  
  2006.     If it cannot move a file then it'll attempt to put it in HBBS:LostFiles and
  2007.     will tell you so (also logs this in HBBS:ErrorLog)
  2008.  
  2009.  
  2010. 22-11-1995 (PM) and 23-11-1995 (AM)
  2011. ===================================
  2012.  
  2013.   CheckTags
  2014.   ---------
  2015.  
  2016.     Nothing changed, just a reminder that you can use all wildcards here..
  2017.  
  2018.     so #?.l??, *.ZIP or even ~(#?.LHA|#?.LZH)
  2019.  
  2020.     (the last example would clear all tags that did not end in .LHA or .LZH
  2021.     just if you didn't know what the ~, | or () things did.. :-)
  2022.  
  2023.     Amiga wildcards rule...
  2024.  
  2025.  
  2026.   Node & HBBSNode.library
  2027.   -----------------------
  2028.  
  2029.     The MaxLen option of HBBS_AdvancedGetLine() works ok now.. (yeah!!!)
  2030.     for an example, upload a file with no File_ID.DIZ, the ModifyDIZ door
  2031.     uses this function..
  2032.  
  2033.   File ID related doors
  2034.   ---------------------
  2035.  
  2036.     Updated bits and bobs here and there...
  2037.     looking much more like it now..
  2038.  
  2039.   System/FileID
  2040.   -------------
  2041.  
  2042.     There's now an option called Add_RenameDIZ_n=TRUE|FALSE option
  2043.     for each file type..
  2044.  
  2045.     I was thinking of making the lines in the file be the format
  2046.  
  2047.     n_OptionName=blah
  2048.  
  2049.     rather than
  2050.  
  2051.     OptionName_n=blah
  2052.  
  2053.     what do you think...
  2054.  
  2055.  
  2056. 20-11-1995 (PM) and 21-11-1995 (AM) :-)
  2057. =======================================
  2058.  
  2059.   HBBSCommon.C
  2060.   ------------
  2061.  
  2062.     Added HBBS_SaveFile(), it saves the ln_name items of a linked list to
  2063.     a text file.  Needs more error checking added to it.  For an example
  2064.     see "hbbs:source/doors_system/checkfiles/Main.c"
  2065.  
  2066.   FileList
  2067.   --------
  2068.  
  2069.     Changed output of ansi a bit
  2070.  
  2071.     recognises the P id.
  2072.  
  2073.   ExtractDIZ
  2074.   ----------
  2075.  
  2076.     Created work/<filename>.ADD as well as work/<filename>.DIZ now.
  2077.     the former is the file that gets stored in the archive as the file_id
  2078.     the latter is what is added to the file lists..
  2079.  
  2080.     (it ADDS file_id's as well as extracts them now..)
  2081.  
  2082.   AddDIZToList
  2083.   ------------
  2084.  
  2085.     This now works fine..
  2086.  
  2087.     I'll have to make it read the following files before it adds a diz..
  2088.  
  2089.     work/<filename>.DIZ
  2090.     work/<filename>.MISC
  2091.  
  2092.     stuff like sysop comments, sent by etc are stored in the .MISC file in the format
  2093.     of the file list.
  2094.  
  2095.  
  2096. 19-11-1995
  2097. ==========
  2098.  
  2099.   Just a reminder, if you want to test the upload door using something like Zmodem
  2100.   from your terminal program, then load it up, make sure you are using Node 3,
  2101.   set your terminal programs serial device to NullModem.device (instead of
  2102.   serial.device) and set the unit number to 7.  Then make sure node 3 is running the
  2103.   await connect door.  If so then just type ATD in your terminal program, press return
  2104.   and after a few seconds it should connect to the BBS! Whay..  Then log in as normal
  2105.   and just type out the "U" door...
  2106.  
  2107.   Distribution archives are now called HBBS-A??.L?? the first .LHA file is renames
  2108.   to .LHA to stop /X systems skipping it due to the archive being a multivolume
  2109.   archive.
  2110.  
  2111.   Common/Stuctures.c
  2112.   ------------------
  2113.  
  2114.     Added Various items to various structures, you *MUST* re-compile *all* of your
  2115.     programs that #include this file.
  2116.  
  2117.  
  2118.   Node
  2119.   ----
  2120.  
  2121.     When waiting for a call, Pressing F8 to switch between window/screen now
  2122.     causes the "await" (await connect) door to re-display the await.txt screen
  2123.  
  2124.     Added a MaxDIZLines to the node settings. (N_ND->NodeSettings.MaxDIZLines)
  2125.     N_ND->MaxDIZLines defaults to the above setting when the node is reset.
  2126.  
  2127.   JoinConference
  2128.   --------------
  2129.  
  2130.     Modified so that it copies N_ND->CurrentConf->MaxDIZLines to N_ND->MaxDIZLines
  2131.     when you join a new conference.
  2132.  
  2133.     Skips conferences that a user doesnot have access to when they use > or <
  2134.     at the prompt
  2135.  
  2136.     If they are a NEW user then the conferences that they do not have access to will
  2137.     notappear in the list
  2138.  
  2139.     If they are NOT a new user but don't have access to a particulat conference then
  2140.     that conference will show up in RED.
  2141.  
  2142.   CheckFiles
  2143.   ----------
  2144.  
  2145.     removed checking of sysop file and loading diz.
  2146.  
  2147.     moved LoadDIZ to a more generically usefull function called
  2148.     HBBS_LoadFile() and placed it in HBBSCommon.c
  2149.  
  2150.     changed references from Ask_UL to Conform_UL
  2151.  
  2152.   HBBSCommon.c
  2153.   ------------
  2154.  
  2155.     Added HBBS_LoadFile(),  loads a file into a linked list, one line of text
  2156.     for each node in the list.  free output with FreeStrList() get items with
  2157.     HBBS_ListName() etc..  Rather handy i thought...
  2158.  
  2159.   AskUl
  2160.   -----
  2161.  
  2162.     Renamed to ConfirmUL to avoid confusion between AskUL and AskULFiles (yet to be
  2163.     created)
  2164.  
  2165.  
  2166.  
  2167. 14-11-1995
  2168. ==========
  2169.  
  2170.   Released alpha version 02 onto digital candy this morning.
  2171.  
  2172.  
  2173.   FileList
  2174.   --------
  2175.  
  2176.     Sucessfully calls the "A" door to tag files
  2177.  
  2178. 12-11-1995 Alpha Release 02
  2179. ===========================
  2180.  
  2181.   Heheh, well, I didn't get my arcade machine yet, still waiting for it to arrive,
  2182.   but I did get a sega saturn last weekend, so most of this week has been spent
  2183.   playing on that and watching various films like Under Seige 2, Clueless and
  2184.   Apollo 13....  Sorry people!
  2185.  
  2186.   Oh well, atleast I got loads of work done on it this evening... it's 10:00pm now
  2187.   and I started at 5:00pm so I think I've been productive today..
  2188.  
  2189.   Tomorrow is cinema day (cheap day!) so I doubt I'll get much done then..
  2190.  
  2191.   The distribution of this (alpha) version if done by multi-volume LHA archives
  2192.   now, each file will be called HBBS-A<release>.L?? e.g.
  2193.  
  2194.   HBBS-A01.LHA
  2195.   HBBS-A01.L01
  2196.   HBBS-A01.L02
  2197.  
  2198.  
  2199.   Door coders should set their program's stack to 16384 (or thereabouts) if they
  2200.   are going to spawn other programs themselves (using HBBS_RunDOSCMD())
  2201.   to do this use LONG __stack=16384; somewhere just after your includes..
  2202.  
  2203.   AskUL
  2204.   -----
  2205.  
  2206.     Door Created, all working OK..
  2207.  
  2208.   Await Connect (Door)
  2209.   --------------------
  2210.  
  2211.     if Await.TXT is found in a screens dir then it does not display the list
  2212.     of function keys to you. (i.e. you're supposed to have them in the .txt
  2213.     file)   Created a nice little Await.TXT and stored it in HBBS/Screens/..
  2214.     Special/Ansi/Await.TXT
  2215.  
  2216.   Common/Strings.c
  2217.   ----------------
  2218.  
  2219.     added str_CSI_SF1-10 for shifted function keys
  2220.  
  2221.   System/FileID (Config File)
  2222.   ---------------------------
  2223.  
  2224.     changed @?@ codes to {?} codes (like the menu prompts use..)
  2225.     don't forget to use options like lha's -m for other diz extractors..
  2226.  
  2227.   ExtractDIZ (Door)
  2228.   -----------------
  2229.  
  2230.     Actually extracts the file id's now...
  2231.  
  2232.     *** Door not finished, until futher notice you must specify all options
  2233.     in the System/FileID file for each type of file to prevent errors
  2234.  
  2235.   Node
  2236.   ----
  2237.  
  2238.     You now have to press ShIFT+F10 to log a user off instead of just F10
  2239.     which is safer, no more accidental logoffs
  2240.  
  2241.     Runs a system door called Speed_<baudrate> after frontend.
  2242.     (still displays the screen too...)
  2243.  
  2244.     You can press F4 to re-display the await connect screen
  2245.  
  2246. 2-11-1995
  2247. =========
  2248.  
  2249.   Doh, I'm slipping, not been doing any coding for ages again,  it's this damn
  2250.   new playstation games that I've bought.. :-)  Too many games coming out
  2251.   on it now!
  2252.  
  2253.   Oh nooo!!  I just remembered, my new *arcade* machine is arriving next week
  2254.   complete with magic sword, gryzor, rygar and snow brothers P.C.B's..  That means
  2255.   at least a week of no more coding...
  2256.  
  2257.   ExtractDIZ
  2258.   ----------
  2259.  
  2260.   Did a bit more work on it..  It's getting there...
  2261.  
  2262. 24-10-1995
  2263. ==========
  2264.  
  2265.   ExtractDIZ
  2266.   ----------
  2267.  
  2268.   Created door, not finished in today's session..
  2269.   It will be a dual function door that will ADD and EXTRACT/UPDATE file id's from/to
  2270.   uploaded files...  you specify the mode using N_ND->ActiveDoor.SystemOptions
  2271.  
  2272.   AwaitConnect
  2273.   ------------
  2274.  
  2275.   Added F5, Toggle Modem Debug
  2276.  
  2277.  
  2278.   Who
  2279.   ---
  2280.   Changed ANSI
  2281.  
  2282.  
  2283.   Wall
  2284.   ----
  2285.   Changed ANSI
  2286.   Added a line of -'s to the top of the screen before the wall lines are printed
  2287.   only adds lines to the wall if the line is 4 chars or more
  2288.  
  2289.  
  2290.   CheckTags
  2291.   ---------
  2292.  
  2293.   Re-Wrote most of the CheckTags door.
  2294.   It's now LOADS smaller, and much more optimized
  2295.   It does not call the Add_Tags door once for each file the user wants to tag,
  2296.   instead it calls it once with all the files to tag as parameters
  2297.   Added help to it
  2298.   fixed all bugs with old version (due to re-write..)
  2299.   it now will ignore spaces before,between and after parameters.
  2300.   (other door writers should take note of how this is done, check out the source..)
  2301.  
  2302. 17-10-1995
  2303. ==========
  2304.  
  2305.   Created CheckFiles door, created CLIProtocol door uploading to the node's playpen
  2306.   now works!
  2307.  
  2308.   Modified the protocols a little bit (see struct ProtocolNode in structures.h)
  2309.  
  2310. 11-10-1995
  2311. ==========
  2312.  
  2313.   Control
  2314.   -------
  2315.  
  2316.     Removed enforcer hit when "control" closes.
  2317.  
  2318.   Node
  2319.   ----
  2320.  
  2321.     Node's now save their screenmode preferences to hbbs:system/data/nodex_private.cfg
  2322.  
  2323.     to save a node's window position and screenmode click the "Save Windows"
  2324.     button on the node's settings window.
  2325.  
  2326.     Removed enforcer hit after a node shuts down.
  2327.  
  2328.   NewUser
  2329.   -------
  2330.  
  2331.     NoNewAt_<BAUD>.TXT works
  2332.  
  2333.   HBBSNode
  2334.   --------
  2335.  
  2336.     Added DOOR_PausePrompt(char *prompt) to the library.
  2337.     it does the same as a @^PAUSE^@ command in a screen file...
  2338.  
  2339.  
  2340.   Ahh shit, not worked on hbbs for 2 weeks. At this rate it's never gonna
  2341.   get finished!
  2342.  
  2343. 25-09-1995
  2344. ==========
  2345.  
  2346. Wrote the Select_Mode utility (HBBS:Utils/Select_Mode)
  2347.  
  2348. Changed the "SetupAssigns" script.
  2349.  
  2350. The docs (BBSGlobal.Guide has not been updated yet!)
  2351.  
  2352. The current mail doors (MS, R, E and C at the bbs prompt) will be scrapped
  2353. as my (little) brother wrote them and they're shite and full of memory leaks!
  2354.  
  2355. Check out HBBS:Docs/Doors.TXT for full explanation of how each door works!
  2356. (note, I've just started working out how the new mail doors will work)
  2357.  
  2358.  
  2359.   Control
  2360.   -------
  2361.     Moved scr#? options from BBSGlobal to seperate file
  2362.  
  2363.     The Save Button on the Config window now works!
  2364.  
  2365.  
  2366.   Node
  2367.   ----
  2368.     The scr#? settings in NodeGlobal and NodeLocal still work, but they
  2369.     will also be moved to a seperate file soon!
  2370.  
  2371.     You can now have a door type CLI as well as NORMAL in the Command list
  2372.     files (HBBS:Commands/System), e.g.
  2373.  
  2374.       FrontEnd_Type_1=NORMAL
  2375.       FrontEnd_Door_1=HBBS:Doors/System/FrontEnd/FrontEnd.HBBS
  2376.       FrontEnd_Type_2=CLI
  2377.       FrontEnd_Door_2=HBBS:Scripts/CheckMem
  2378.  
  2379.       The "Checkmem" program above is a normal amigados program.
  2380.  
  2381.       note: the node number is still added to the programs arguments,
  2382.       as are the BBS Prompt commands!  (great for shells eh!!)
  2383.  
  2384.   CheckTags
  2385.   ---------
  2386.     you can go "A *" to clear all file tags at the BBS prompt
  2387.  
  2388.     added a few more printed messages
  2389.  
  2390.   HBBSCommon.library
  2391.   ------------------
  2392.  
  2393.     FreeStr() now actually sets the variable being freed to NULL regardless
  2394.     of a call to freevec()
  2395.  
  2396.